ComponentOne ASP.NET MVC Controls
ListItemFactory<TItem,TItemBuilder> Class
Members 

C1.Web.Mvc.Fluent Namespace : ListItemFactory<TItem,TItemBuilder> Class
The specified type of the item
The specified type of the item builder.
Define a class used to build a strongly typed list of objects.
Syntax
'Declaration
 
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Class ListItemFactory
    (Of TItem As {Class, New},
     TItemBuilder As BaseBuilder(Of TItem,TItemBuilder)) 
   Inherits C1.Web.Mvc.Fluent.BaseBuilder(Of IList(Of TItem),ListItemFactory(Of TItem,TItemBuilder))
[EditorBrowsable(EditorBrowsableState.Never)]
public class ListItemFactory<TItem,TItemBuilder> : C1.Web.Mvc.Fluent.BaseBuilder<IList<TItem>,ListItemFactory<TItem,TItemBuilder>> 
where TItem: class, new()
where TItemBuilder: BaseBuilder<TItem,TItemBuilder>
Type Parameters
TItem
The specified type of the item
TItemBuilder
The specified type of the item builder.
Inheritance Hierarchy

System.Object
      C1.Web.Mvc.Fluent.BaseBuilder<TObject,TBuilder>
         C1.Web.Mvc.Fluent.ListItemFactory<TItem,TItemBuilder>
            C1.Web.Mvc.Fluent.MenuItemFactory

See Also

Reference

ListItemFactory<TItem,TItemBuilder> Members
C1.Web.Mvc.Fluent Namespace